Add 2008 to copyright years.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 08:31:52 +0000 (08:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 08:31:52 +0000 (08:31 +0000)
12 files changed:
lwlib/ChangeLog
lwlib/Makefile.in
lwlib/lwlib-Xaw.c
lwlib/lwlib-Xlw.c
lwlib/lwlib-Xm.c
lwlib/lwlib-int.h
lwlib/lwlib-utils.c
lwlib/lwlib.c
lwlib/lwlib.h
lwlib/xlwmenu.c
lwlib/xlwmenu.h
lwlib/xlwmenuP.h

index 1ff2a140945478d19a12337f996e3e9ff3ba3f9e..72d07ead2217317b1925018a9bc14fa2a25aa5e4 100644 (file)
 ;; End:
 
     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
-       2005, 2006, 2007  Free Software Foundation, Inc.
+       2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
index 18fa3547cf5e4538d0f7d2f5c5db889d0c1e666b..a53308c6cf4cd0e5aca62a2a41c393875fcd9687 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 1992, 1993 Lucid, Inc.
 # Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006,
-#   2007 Free Software Foundation, Inc.
+#   2007, 2008 Free Software Foundation, Inc.
 # 
 # This file is part of the Lucid Widget Library.
 # 
index be1990ed6fe67b8a2396852be4d6643737017946..815a2277c209cffb53d8413d23e4e3bff175695f 100644 (file)
@@ -1,7 +1,7 @@
 /* The lwlib interface to Athena widgets.
 Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu>
 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007 Free Software Foundation, Inc.
+  2007, 2008 Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index 7fbf8bd5f0729546da3b91b59ab90fd91171296b..f2cf68d80a382b85f0f7ba38663ceb478291a667 100644 (file)
@@ -1,7 +1,7 @@
 /* The lwlib interface to "xlwmenu" menus.
    Copyright (C) 1992 Lucid, Inc.
    Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index 2adb1d44ce2e721b7365b91bffac5054c2cc13eb..83df050b88ecfbbee74201bce60150e0c51dbfeb 100644 (file)
@@ -1,6 +1,6 @@
 /* The lwlib interface to Motif widgets.
    Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
-                 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+                 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    Copyright (C) 1992 Lucid, Inc.
 
 This file is part of the Lucid Widget Library.
index edb975ac6cb6ad655ed936e1a56e1a25d6ccbf36..aef0ecc8d5e8338f17f4f42528057acb0bbbff8a 100644 (file)
@@ -1,7 +1,7 @@
 /*
 Copyright (C) 1992 Lucid, Inc.
 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007 Free Software Foundation, Inc.
+  2007, 2008 Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index 1bec9c694039d4b468820e49c8fc20b7b39975f5..0737f3ccff758ed7fc1aeb05d2e845ae13e4b55a 100644 (file)
@@ -1,7 +1,7 @@
 /* Defines some widget utility functions.
 Copyright (C) 1992 Lucid, Inc.
 Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007 Free Software Foundation, Inc.
+  2007, 2008 Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index bd5d9adbf9dfe4db851b26630963de929681ef87..42b2f1f155790111eb69de6dc7ae4508bb1acd34 100644 (file)
@@ -1,7 +1,7 @@
 /* A general interface to the widgets of different toolkits.
 Copyright (C) 1992, 1993 Lucid, Inc.
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004,
-  2005, 2006, 2007  Free Software Foundation, Inc.
+  2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index 3b6aa99277c15905e8a1455f6ee1e934a342e487..adefdc8296673d9e493d8a159d9c0eff9203760f 100644 (file)
@@ -1,7 +1,7 @@
 /*
 Copyright (C) 1992, 1993 Lucid, Inc.
 Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-  2007  Free Software Foundation, Inc.
+  2007, 2008  Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index b3929d34a35a77f99fceacd89f0420556da32674..2320dbc8171601f4b7182bd8d012125edaec104e 100644 (file)
@@ -1,7 +1,7 @@
 /* Implements a lightweight menubar widget.
 Copyright (C) 1992 Lucid, Inc.
 Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
-  2005, 2006, 2007  Free Software Foundation, Inc.
+  2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
index ce29c6ac510844f430bb6d80c1a8e3cdd2d90255..f6f6c0df7912715c52cb6800849ef0cfe992c1d1 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface of a lightweight menubar widget.
 Copyright (C) 1992 Lucid, Inc.
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
   Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
index c067dd1aafed6706e150f2c423847b80413a2f44..3774cace7f5038cad841408ef462e3faedfa5b85 100644 (file)
@@ -1,6 +1,6 @@
 /* Internals of a lightweight menubar widget.
 Copyright (C) 1992 Lucid, Inc.
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
   Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.